Class PostgresTreeQueryable<TProps>

Assembly: redb.Postgres.dll

PostgreSQL tree queryable implementation.
Inherits from TreeQueryableBase and provides PostgreSQL-specific components.

public class PostgresTreeQueryable<TProps> : TreeQueryableBase<TProps>, IOrderedRedbQueryable<TProps>, IRedbQueryable<TProps> where TProps : class, new()

Inheritance

ObjectRedbQueryable<TProps>TreeQueryableBase<TProps>PostgresTreeQueryable<TProps>

Implements

Methods

CreateInstance(TreeQueryContext<TProps>)

Creates a new instance with the specified context.

protected override TreeQueryableBase<TProps> CreateInstance(TreeQueryContext<TProps> context)

Constructors